wayland: Move and resize popup after it was configured
authorJonas Ådahl <jadahl@gmail.com>
Mon, 12 Sep 2016 10:46:44 +0000 (18:46 +0800)
committerJonas Ådahl <jadahl@gmail.com>
Wed, 14 Sep 2016 03:29:32 +0000 (11:29 +0800)
commitc529d0a96e688099c01f0c3fc1b9361f7875f9c8
tree5e9bc75af12b5df88c8de9fa0fdb83d7b2b82808
parentd792400d7c258b349c1dbaed0a12eee796a4b958
wayland: Move and resize popup after it was configured

A popup may have moved and resized when configured. Make sure every
layer knows about this and call gdk_window_move_resize() with the
configured dimension and position. This won't actually move the
window, but might resize it.

https://bugzilla.gnome.org/show_bug.cgi?id=771117
gdk/wayland/gdkwindow-wayland.c